isPlaying

abstract fun isPlaying(block: DesignBlock): Boolean

Returns whether the block is currently during active playback.

Return

whether the block is during playback.

Parameters

block

the block to query.